ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / EvalFunc<T> Class / Invoke Method

In This Topic
    Invoke Method (EvalFunc<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Function Invoke( _
       ByVal scope As IDataScopeInternal _
    ) As T
    public abstract T Invoke( 
       IDataScopeInternal scope
    )

    Parameters

    scope
    See Also